home *** CD-ROM | disk | FTP | other *** search
/ CirrusLogic Video-60 PCI-53 / CirrusLogic Video-60 PCI-53.iso / PCI53 / WIN_31 / DOSINST.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-02-20  |  1.0 KB  |  35 lines

  1. @echo off
  2. if exist c:\dos\expand.exe goto vga
  3. @echo ***********************************
  4. @echo Your DOS is not complete install, *
  5. @echo and your expand.exe is missing.   *
  6. @echo Please check your DOS again.      *
  7. @echo ***********************************
  8. goto end
  9. :vga
  10. if "%1" == "" goto message
  11. %2
  12. cd\
  13. md %2\VGAUTIL
  14. cd %2\vgautil
  15. expand %1\clmode.ex_ clmode.exe
  16. expand %1\clmode.en_ clmode.en
  17. expand %1\timings.da_ timings.dat
  18. expand %1\tsrfont.co_ tsrfont.com
  19. expand %1\adjust.co_ adjust.com
  20. cls
  21. @echo ********************************************
  22. @echo Installation complete.                     *
  23. @echo Thank you for using Cirrus Logic product.  *
  24. @echo ********************************************
  25. @echo off                                        
  26. goto end
  27. :message
  28. cls
  29. @echo *****************************************************
  30. @echo Please specified which drive you want to install    *
  31. @echo from, and install to (ex:DOSINST a: c:).            *
  32. @echo *****************************************************
  33. :end
  34.  
  35.